home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 15018 / 15018.xpi / chrome / TChanger.jar / content / TChanger / about.xul next >
Encoding:
Extensible Markup Language  |  2009-11-26  |  1.3 KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window class="dialog"
  4.     title="Throbber Changer - About"
  5.     orient="vertical"
  6.     autostretch="always"
  7.     onload="sizeToContent()"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10. <!-- Original template by Jed Brown -->
  11.  
  12. <groupbox align="center" orient="horizontal">
  13. <vbox>
  14.   <text value="Throbber Changer" style="font-weight: bold; font-size: x-large;"/>
  15.   <text value="ver. 0.3"/>
  16.   <separator class="thin"/>
  17.   <text value="Created By:" style="font-weight: bold;"/>
  18.   <separator class="thin"/>
  19.   <text value="Mirel Sehic" />
  20.   <separator class="thin"/>
  21.   <text value="Email:" style="font-weight: bold;"/>
  22.   <separator class="thin"/>
  23.   <text value="mirel.sehic@gmail.com" />   
  24.   <separator class="thin"/> 
  25. </vbox>
  26. <spring flex="1"/>
  27.  
  28. <image src="chrome://TChanger/skin/TChanger100.png"/>
  29.  
  30.         
  31. </groupbox>
  32.  
  33.   <hbox>
  34.   <spacer flex="1"/>
  35.    <button label="Close" oncommand="window.close();"/>
  36.   </hbox>
  37.  
  38. </window>
  39.  
  40.  
  41. <!--       onclick="window.open('mirel.sehic@gmail.com'); window.close();"/> 
  42.     <text value="Home Page:" style="font-weight: bold;"/>
  43.     <text value="donhaveoneyet"
  44.           class="url"
  45.         onclick="window.open('donthaveoneyet'); window.close();"/>  -->
  46.         
  47.         
  48.         
  49.